Please consider adding option if to add space to range comment:
/\* comment \*/
instead:
/\*comment\*/
It is very useful, for example in CSS mode.
| Submitted | admirau - 2008-11-02 18:07:22 | Assigned | ian_lewis |
|---|---|---|---|
| Priority | 5 | Labels | |
| Status | open | Group | None |
| Resolution | None |
| 2008-11-03 10:18:51 ian_lewis |
Is there a reason to make this an option and not add a space all the time kind of like how the line comment works? |
|---|---|
| 2008-11-03 10:18:52 ian_lewis |
- **assigned_to**: nobody --> ian_lewis |
| 2008-11-03 10:41:08 admirau |
Space might be added by default.
|
| 2008-11-03 14:22:35 ian_lewis |
Is there any situations where having a space like that would be bad? I'm thinking
it would be better to just make it have a space in there no matter what. |
| 2008-11-03 20:03:32 rschwenn |
The built-in action "range-comment" does insert a space too - it should be good for
any cases.
|